Welcome![Sign In][Sign Up]
Location:
Search - VC FTP server client

Search list

[Ftp ServerXFtp

Description: 一款用VC++编写的FTP 下载源码,介绍了server和client端,上传下载的全部代码-new VC prepared by the FTP download the source code, introduced a server and the client side, all uploading and downloading of code
Platform: | Size: 58804 | Author: | Hits:

[Windows Developyg

Description: vc 编程 实现的ftp客户端及服务端,ftp的基本功能。服务端加入命令控制-vc Programming ftp client and the server, ftp's basic functions. Server to control orders
Platform: | Size: 412356 | Author: yg | Hits:

[Ftp Serverwarsrc

Description: 包括FTP Server和Client的源程序(VC),功能十分强大 WAR FTP
Platform: | Size: 413268 | Author: STRENGS | Hits:

[Ftp Clientftpvc++

Description: ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial establishment of connection, the server port in the 21st receive from the client orders connectivity.
Platform: | Size: 6144 | Author: dd | Hits:

[Internet-Networkpumpkin-2.7.2

Description: 实现tftp下载。是一个完全符合tftp协议的vc实现。包括客户端和服务器端。-Achieve tftp download. Is a completely consistent with the tftp protocol to achieve vc. Including client and server.
Platform: | Size: 143360 | Author: twoeggs.cn | Hits:

[Internet-NetworkFTPclient

Description: 这个是一个VC开发的简易ftp客户端,能够浏览ftp服务器资源,并下载。-This is a VC to develop simple ftp client, ftp server resources can browse and download.
Platform: | Size: 244736 | Author: 刘和群 | Hits:

[Ftp ClientMYFTP

Description: 基于vc++的FTP客户端开发,输入服务器地址就可以连接,可以下载也可上传文件。-Vc++ based on the FTP client development, you can enter the server address to connect, you can also download to upload files.
Platform: | Size: 65536 | Author: 金林 | Hits:

[Internet-Networkftp

Description: 一个ftp客户端和服务器端程序的源代码,演示ftp服务器的主要功能和协议实现,使用vc++编程-a ftp demo, included client and server
Platform: | Size: 218112 | Author: sjun | Hits:

[Communicationvc_Ftp

Description: VC编写的FTP通讯程序源码,包括服务器和客户端程序,窗体界面良好,代码简洁,通讯效率高 -VC prepared source FTP communication procedures, including the server and the client process, form a good interface, the code is simple and efficient communication
Platform: | Size: 91136 | Author: yanzhengreal | Hits:

[Internet-NetworkVCFTP

Description: 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载,并列举所有目标主机下的文件,界面和CUTEFTP很相似。-Using VC++ written in imitation of FTP client software source code, set up FTP server connection information, can upload and download files, and all the objectives listed under the document host interface and is very similar to CUTEFTP.
Platform: | Size: 132096 | Author: 115 | Hits:

[Internet-Networkftptest

Description: vc 实现的FTP服务器与,客户端,在XP上测试.未出现问题-vc achieved FTP server and the client, in the XP test. is not a problem
Platform: | Size: 392192 | Author: bernshell | Hits:

[GUI DevelopFTPserver

Description: VC++编程实现FTP服务器与客户端的会话建立过程-VC++ programming FTP server and client session establishment process
Platform: | Size: 1474560 | Author: 小于儿 | Hits:

[Ftp ClientFTP_client

Description: 用VC++写的仿FTP客户端软件的源程序,设置好FTP服务器的连接信息,可以实现文件的上传与下载-Written by VC++ FTP client software imitation of the source, set up FTP server connection information, you can achieve upload and download files
Platform: | Size: 131072 | Author: 张捷鸣 | Hits:

[Internet-NetworkTheFileTransfer

Description: vc++开发的多线程ftp服务器软件,用vs2005开发,后转换为2008的-ftp server/client
Platform: | Size: 16577536 | Author: Jason Sun | Hits:

[Internet-NetworkThe-FTP-protocol

Description: FTP协议 分为客户端(client),服务器(service) 用VC运行成功,打开各文件中的.dsw文件就可以看到源代码 打开各文件中的Debug文件中的.exe文件理论上是可以看到运行结果,但事实上会显示绑定失败。所以要用到dos界面: 开始——运行——输入cmd——确定——将.exe文件拖到光标后(及输入存储路径)——空格,按回车键 在此之前要打开服务器的.exe文件-The FTP protocol is divided into the client (the client), server (service) with VC running successfully, open the file. Dsw file you can see the source code to open the Debug file in the file. Exe file that can see theoretically to run the results, but in fact shown to bind to fail. So, to use the dos interface: Start- Run- enter cmd- to determine- the exe file onto the cursor (and enter the storage path)- a space, press the Enter key before this, open the server . exe file
Platform: | Size: 995328 | Author: 潘婷 | Hits:

[Windows Developftp

Description: VC FTP 上传下载文件客户端程序,通过设置FTP主机信息(IP地址、用户名、密码)等信息后,可连接到FTP服务器,连接成功后,可通过本FTP程序创建目录删除目录、改变当前目录、上传文件、下载文件、发送文件信息等操作功能,实现了一些基本的FTP操作。-VC FTP client program to upload and download files, by setting the FTP host information (IP address, user name, password) and other information, can connect to the FTP server, the connection is successful, you can create a directory to delete the directory through the FTP program, change the current directory , upload files, download files, send files and information operations functions to achieve some basic FTP operations.
Platform: | Size: 21504 | Author: kpudn38 | Hits:

[Windows DevelopFtpClient

Description: VC++ FTP客户端开发——WinInet源码实例,一个FTP客户端的源码,界面看上去还挺专业,功能也基本涵盖了常见的Ftp软件的功能。采用三分栏窗口形式,任务窗口和本地窗口和远程窗口一目了然。设置和远程FTP连接信息后,可快速连接服务器。-VC++ FTP client development- WinInet source code examples, an FTP client source code, the interface looks quite professional, functions covering the common Ftp software. Using one-third of the window in the form of columns, windows and local task windows and remote window glance. Set and remote FTP connection information, you can quickly connect to the server.
Platform: | Size: 79872 | Author: 123456 | Hits:

[Windows DevelopFTPclient

Description: VC++ FTP客户端开发——WinInet源码实例,一个FTP客户端的源码,界面看上去还挺专业,功能也基本涵盖了常见的Ftp软件的功能。采用三分栏窗口形式,任务窗口和本地窗口和远程窗口一目了然。设置和远程FTP连接信息后,可快速连接服务器,界面如上图所示。-VC++ FTP client development-- example WinInet source code, a FTP client source code, the interface looks quite professional, functions are basically covers the common function of Ftp software. Using three paned window form, and the local and remote tasks window window window stick out a mile. Setting and remote FTP connection information, fast connection to server, interface as shown above.
Platform: | Size: 78848 | Author: lpudn63 | Hits:

[CommunicationFtpClient2

Description: 摘要:VC/C++源码,网络相关,FTP,WinInet VC++ FTP客户端开发——WinInet源码实例,一个FTP客户端的源码,界面看上去还挺专业,功能也基本涵盖了常见的Ftp软件的功能。采用三分栏窗口形式,任务窗口和本地窗口和远程窗口一目了然。设置和远程FTP连接信息后,可快速连接服务器,界面如上图所示。-Abstract: VC/C++ source, network-related, FTP, WinInet VC++ FTP client development WinInet source code examples, an FTP client source code, the interface looks quite professional, functional and covering the common Ftp software. Thirds bar window using the form, the task window and the local window and remote window glance. After set-up and remote FTP connection information, you can quickly connect to the server, the interface as shown above.
Platform: | Size: 75776 | Author: 李超 | Hits:

[Internet-NetworkFtpClient

Description: VC++ FTP客户端开发——WinInet源码实例,一个FTP客户端的源码,界面看上去还挺专业,功能也基本涵盖了常见的Ftp软件的功能。采用三分栏窗口形式,任务窗口和本地窗口和远程窗口一目了然。设置和远程FTP连接信息后,可快速连接服务器-VC++ FTP client development WinInet source code examples, an FTP client source code, the interface looks quite professional, functional and covering the common Ftp software. Thirds bar window using the form, the task window and the local window and remote window glance. After set-up and remote FTP connection information, you can quickly connect to the server
Platform: | Size: 75776 | Author: wangshuang | Hits:
« 1 23 »

CodeBus www.codebus.net